home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / FoldersSynchronizer / FoldersSynchronizer.9 / AllScripts_27_ScrFrMulti.ls < prev    next >
Encoding:
Text File  |  2000-05-10  |  339 b   |  16 lines

  1. on prepareFrame
  2.   global gMultiAll
  3.   set myPoint to point(the left of sprite 17 + 1, the top of sprite 17 + 1)
  4.   if not gMultiAll then
  5.     set the loc of sprite 100 to myPoint
  6.   else
  7.     set the locV of sprite 100 to -1000
  8.   end if
  9. end
  10.  
  11. on exitFrame
  12.   set the keyDownScript to "TastoMulti"
  13.   set the mouseDownScript to EMPTY
  14.   pause()
  15. end
  16.